LassoScript Utility
Basics Browse Detail

[OS_Process->Detach]

Tag Link [OS_Process->Detach] Category OS Process
Type Member Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type None Security None
Implementation Sets Lasso 8.5

Description

[OS_Process->Detach] allows Lasso to detach from a native process and leave it running in the background. This tag can be used to start a background daemon with Lasso which should remain running long after the page which started it has finished processing.

Syntax

Var: 'myProcess' = (OS_Process: '/usr/local/mysql/bin/mysqld');
$myProcess->Detach;

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.